(w32_read_socket): Remove bufp_r and numcharsp args.
authorKim F. Storm <storm@cua.dk>
Fri, 27 Feb 2004 23:49:20 +0000 (23:49 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 27 Feb 2004 23:49:20 +0000 (23:49 +0000)
commit3a051631d2381fc71eda02cf3dedfa27294e0c6f
treeaf6f69c7cf6e7993436cd235ae9bdc193bb13d07
parent1cb3f284c1a35ecdbcb4d4607a7854593fb9ce0c
(w32_read_socket): Remove bufp_r and numcharsp args.
Add hold_quit arg. Rework to use just one, local, inev
input_event. Store inev directly in fifo using
kbd_buffer_store_event_hold.  Update count in one place.
Postpone call to gen_help_event until inev is stored; use new
local do_help for this.
Remove local emacs_event in handing of ButtonPress event; just use
inev instead (so no reason to copy it later).
src/w32term.c